@charset "utf-8";
/*** 
	首页样式表
	color: #1957a4;
	color: #fc930d ;
	color: #376ae6;

 ***/

/* 首页板块 */
.index-column-box {
	padding: 20px 0;
}

/* 轮播图 */
.index-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-container-rtl .swiper-button-next {
	left: 1%;
	right: auto;
}

.index-banner .swiper-button-next,
.index-banner .swiper-container-rtl .swiper-button-prev {
	right: 1%;
	left: auto;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	border-radius: 3px;
	background-size: 24px auto;
	background-color: inherit;
}

.index-banner .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 5%;
}

.swiper-container-horizontal>.swiper-pagination-bullets>* {
	background: #fff;
}
.index-banner .swiper-slide img{width:100%;display:block;object-fit:none;}
/* 专注 */
.index-zhuanzhu-box {
	background: #f5f5f5;
	/* padding-top: 250px; */
	padding-top: 170px;
}

.zhuanzhu-bt {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #1957a4;
	margin-bottom: 35px;
}

.zhuanzhu-bt .info {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-top: 10px;
}

.zhuanzhu-list {
	display: flex;
	justify-content: space-between;
}

.zhuanzhu-list .item {
	width: 23%;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 20px;
	transition: 0.5s;
}

.zhuanzhu-list .item:hover {
	box-shadow: 0 0 10px #666;
}

.zhuanzhu-list .item .text {
	width: 70%;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.zhuanzhu-list .item .text .info {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin: 15px 0 20px;
}

.zhuanzhu-list .item .text .btn {
	display: block;
	width: 7em;
	text-align: center;
	background: #fc930d;
	color: #fff;
	font-size: 12px;
	line-height: 2.25em;
	border-radius: 3px;
	transition: 0.5s;
}

.zhuanzhu-list .item .text .btn:hover {
	background: #1957A4;
}

.zhuanzhu-list .item .pic {
	width: 27%;
}

.zhuanzhu-list .item .pic img {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.zhuanzhu-list .item:hover .pic img {
	transform: rotateY(360deg);
}

/* 产品展示 */
.index-cp-box {
	background: url(../images/cp-bg.jpg) no-repeat top center /cover;
}

.index-cp {
	display: flex;
	justify-content: space-between;
}

.cp-nav-box {
	background: #1957A4;
	width: 22%;
	padding: 10px;
}

.cp-nav-bt {
	color: #fff;
	text-align: center;
	padding: 25px 0;
	font-weight: bold;
	font-size: 24px;
}

.cp-nav-bt .info {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.7;
	margin-top: 5px;
}

.cp-nav-list {
	background: #fff;
	border-radius: 10px;
	padding: 12px;
}

.cp-nav-list .item~.item {
	margin-top: 10px;
}

.cp-nav-list .item a {
	display: flex;
	padding: 0 15px;
	font-size: 16px;
	line-height: 3em;
	color: #fff;
	background: #1957a4;
	align-items: center;
	transition: 0.5s;
}

.cp-nav-list .item a:hover {
	background: #1957A4;
	color: #fff;
}

.cp-nav-list .item a i {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: solid 1px #fff;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	padding-left: 2px;
	margin-right: 10px;
}

.cp-nav-list .item a:hover i {
	color: #fff;
	transform: rotateX(360deg);
	border-color: #fff;
}

.cp-list {
	width: 75%;
}

.cp-list .item .box {
	display: block;
	position: relative;
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	text-align: center;
	background: #fff;
}

.cp-list .item .box:hover .text .title {
	color: #1957A4;
}

.cp-list .item .box .pic {
	padding-bottom: 87.5%;
}

.cp-list .item .box .pic-text {
	background: rgba(25, 87, 164, 0.8) url(../images/cp-item-bg.png) no-repeat center center / 85% 75%;
	position: absolute;
	left: 0%;
	top: 100%;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 14%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.5s;
}

.cp-list .item .box:hover .pic-text {
	opacity: 1;
	top: 0%;
}

.cp-list .item .box .pic-text .info {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7em;
	opacity: 0.7;
	margin: 15px 0 10px;
	text-align: left;
}

.cp-list .item .box .pic-text i {
	font-size: 14px;
	font-weight: normal;
}

.cp-list .item .box .text {
	padding: 15px;
}

/* 优势 */
.index-youshi-box {
	background: url(../images/youshi-bg.jpg) no-repeat top center /cover;
}

.youshi-title {
	display: flex;
	justify-content: space-between;
	background: url(../images/youshi-bt-bg.png) no-repeat top center;
	margin-bottom: 40px;
}

.youshi-title .left {
	width: 45.5%;
	text-align: right;
}

.youshi-title .left .title {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	letter-spacing: 4px;
}

.youshi-title .left .titleen {
	text-transform: uppercase;
	font-size: 16px;
	color: #666;
	letter-spacing: 1px;
}

.youshi-title .right {
	width: 52%;
}

.youshi-title .right .title {
	font-weight: bold;
	font-size: 40px;
	line-height: 1em;
	height: 1em;
	letter-spacing: 12px;
}

.youshi-title .right .title span {
	color: #FC930D;
	font-family: 'num2';
	font-size: 50px;
}

.youshi-title .right .titleen {
	text-transform: uppercase;
	font-size: 34px;
	color: #1957A4;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 1px;
	padding-left: 60px;
}

.index-youshi .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-youshi .item~.item {
	margin-top: 50px;
}

.index-youshi .item~.item:nth-child(2) {
	flex-direction: row-reverse;
}

.index-youshi .item .pic {
	width: 50%;
}

.index-youshi .item .pic img {
	display: block;
	width: 100%;
}

.index-youshi .item .text {
	width: 46%;
}

.index-youshi .item .text .title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.index-youshi .item .text .title .num {
	width: 89px;
	height: 103px;
	display: block;
	background: url(../images/youshi-icon.png) no-repeat top center;
	text-align: center;
	line-height: 103px;
	color: #fff;
	font-size: 50px;
	font-family: 'num2';
	margin-right: 20px;
	transition: 0.5s;
}

.index-youshi .item .text .title:hover .num {
	transform: rotateY(360deg);
}

.index-youshi .item .text .titlecn {
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 5px;
}

.index-youshi .item .text .titlecn span {
	font-size: 30px;
	color: #1957A4;
	margin-right: 5px;
}

.index-youshi .item .text .titleen {
	font-size: 16px;
	text-transform: uppercase;
	color: #999;
}

.index-youshi .item .text .info {
	font-size: 16px;
	line-height: 2em;
	color: #666;
}

/* 客户案例 */
.index-case-box {
	background: url(../images/cae-bg.jpg) no-repeat top center;
	height: 950px;
	position: relative;
	z-index: 1;
     margin-top: 0px;
}

.index-case {
	width: 1260px;
}
.index-case .item {
  width: 385px;
  height:325px;
  margin-right:20px;
}
.index-case .box {
	display: block;
	position: relative;
	/* width: 80%; */
	margin: 0 auto;
	padding-bottom: 30px;
}

.index-case .box .pic {
	/*left: 30px;*/
	top: 0px;
	/* width: 40%;*/
	/*padding-bottom: 30%;*/
	z-index: 2;
	border: solid 10px #fff;
	box-shadow: 0 0 10px -5px #666;
    height: 295px;
}

.index-case .box .text {
	background: #fff;
	padding: 40px 40px 40px calc(40% + 80px);
	text-align: left;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.index-case .box .text .title {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}

.index-case .box .text .info {
	font-size: 16px;
	line-height: 2em;
	color: #666;
	margin-bottom: 20px;
	height: 6em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-case .box .text .btn {
	color: #1957A4;
	font-size: 16px;
}

.index-case .swiper-button-white {
	background-color: #FC930D;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-top: -25px;
}

/* 公司简介 */
.index-about-box {
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0;
	margin-top: -400px;
}

.index-about {
	position: relative;
}


.index-about .left .about-bt {
	line-height: 100px;
	color: #1957A4;
	font-size: 30px;
	font-weight: bold;
}

.index-about .left .about-bt span {
	text-transform: uppercase;
	font-size: 45px;
	opacity: 0.3;
	margin-right: 10px;
}

.index-about .left .text {
	padding: 50px;
	padding-right: 700px;
	background: #fff;
}

.index-about .left .title {
	font-size: 27px;
	font-weight: bold;
}

.index-about .left .titleen {
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.5;
}

.index-about .left .info {
	font-size: 16px;
	line-height: 2em;
	margin: 20px 0;
	text-indent: 2em;
	color: #666;
}

.index-about .left .btn {
	background: #1957A4;
	display: block;
	width: 8em;
	padding: 0 2em;
	line-height: 2.5em;
	border-radius: 2.5em;
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
}

.index-about .pic {
	position: absolute;
	width: 600px;
	top: 0;
	right: 80px;
	box-shadow: 0 0 10px #666;
	border-radius: 10px;
	border: solid 10px #fff;
	overflow: hidden;
}

.index-about .pic img {
	display: block;
	width: 100%;
}

/* 新闻资讯 */
.index-news-box {
	position: relative;
	z-index: 1;
}

.index-news {
	display: flex;
	justify-content: space-between;
}

.hot-news {
	width: 48%;
	display: flex;
	justify-content: space-between;
}

.hot-news .item {
	width: 48%;
}

.hot-news .item .box {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	transition: 0.5s;
	border: solid 1px #ccc;
}

.hot-news .item .box:hover .title {
	color: #1957A4;
}

.hot-news .item .box .text {
	padding: 25px;
}

.hot-news .item .box .text .info {
	font-size: 16px;
	font-weight: normal;
	opacity: 0.7;
	line-height: 1.7em;
	margin: 15px 0 20px;
}

.hot-news .item .box .text .time {
	font-size: 16px;
	font-weight: normal;
	opacity: 0.7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hot-news .item .box .text .time p+p {
	color: #1957A4;
}

.hot-news .item .pic {
	padding-bottom: 75%;
}

.news-list {
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
	border: solid 1px #ccc;
	width: 47%;
}

.news-list .line {
	height: 1px;
	background: #ccc;
}

.news-list .item .box {
	font-size: 18px;
	/* padding: 20px; */
	padding: 38px 20px;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.5s;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.news-list .item:nth-child(3) .box {
	border: 0;
}

.news-list .item .box:hover .title {
	color: #1957A4;
}

.news-list .item .box .time {
	font-family: 'num2';
	font-size: 36px;
	color: #333;
	text-align: center;
	width: 15%;
}

.news-list .item .box .time p {
	font-size: 18px;
	font-weight: normal;
	opacity: 0.7;
}

.news-list .item .box .text {
	width: 82%;
}

.news-list .item .box .text .info {
	font-size: 16px;
	line-height: 1.7em;
	margin-top: 5px;
	opacity: 0.7;
	font-weight: normal;
}

.index-case .swiper-prev {
	position: absolute;
	top: 50%;
	left: 0;
	background: url(../images/icon_left.png) no-repeat center center;
	background-size: 36px 36px;
	z-index: 9;
	background-color: #FC930D;
}

.index-case .swiper-next {
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../images/icon_right.png) no-repeat center center;
	background-size: 36px 36px;
	z-index: 9;
	background-color: #FC930D;
}

.hot-news .info {
	height: 6.8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list .info {
	height: 3.4em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.advantage {
   background: transparent url(../images/advantagebg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.advantage .inner .pc {
    padding: 50px 0;
}
.advantage .inner .pc .pc_advantage {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.advantage .inner .pc .pc_advantage>div {
    width: 400px;
}
.advantage .fl {
    float: left;
}
.advantage .fr {
    float: right;
}
.advantage .inner .pc .pc_advantage div.fl .item:nth-child(1) {
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.advantage .inner .pc .pc_advantage div.fl .item:nth-child(1) p {
    height: 118px;
    line-height: 118px;
    line-height: normal;
    text-align: center;
}
.advantage .inner .pc .pc_advantage div.fl .item:nth-child(1) p span {
    color: #ffffff;
    font-size: 26px;
}
.advantage .inner .pc .pc_advantage div.fl .item:nth-child(1) p:nth-child(1) {
    height: 118px;
    line-height: 118px;
    line-height: 150px;
    text-align: center;
}
.advantage .inner .pc .pc_advantage div.fl .item:nth-child(1) p:nth-child(1) span {
    color: #fc930e;
    font-size: 36px;
}
.advantage .inner .pc .pc_advantage div.fl .item {
    border-right: none;
}
.advantage .inner .pc .pc_advantage div.fl .item:nth-child(2) p.title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}
.advantage .inner .pc .pc_advantage div.fl .item:nth-child(2) p.summary {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
   text-align: justify;
}
.advantage .inner .pc .pc_advantage>div {
    width: 400px;
}
.advantage .inner .pc .pc_advantage div.fr .item:nth-child(1) {
    border-bottom: none;
    font-size: 0;
}
.advantage .inner .pc .pc_advantage div.fr .item:nth-child(1) img {
    width: 100%;
    height: 100%;
}
.advantage .inner .pc .pc_advantage div.fr .item:nth-child(2) {
    background-color: #fc930e;
    border-left: none;
}
.advantage .inner .pc .pc_advantage div.fr .item:nth-child(2) p.title {
    font-size: 18px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
}
.advantage .inner .pc .pc_advantage div.fr .item:nth-child(2) p.summary {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
  text-align: justify;
}
.advantage .inner .pc .pc_advantage div.center {
    margin: 0 auto;
}
.advantage .inner .pc .pc_advantage div.center .item:nth-child(1) {
    border-bottom: none;
    border-right: none;
}
.advantage .inner .pc .pc_advantage div.center .item:nth-child(1) p.title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}
.advantage .inner .pc .pc_advantage div.center .item:nth-child(1) p.summary {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
  text-align: justify;
}
.advantage .inner .pc .pc_advantage>div .item {
    width: 400px;
    height: 236px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
    justify-content: center;
}
.advantage .inner .pc .pc_advantage div.center .item:nth-child(2) img {
    width: 100%;
    height: 100%;
}
.advantage .inner .pc .pc_advantage div.center .item:nth-child(1) p {
    padding: 0px 45px;
}
.advantage .inner .pc .pc_advantage div.fl .item:nth-child(2) p.summary {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
  text-align: justify;
}
.advantage .inner .pc .pc_advantage div.fr .item:nth-child(2) p {
    padding: 0px 45px;
}
.advantage .inner .pc .pc_advantage div.fl .item:nth-child(2) p {
    padding: 0px 45px;
}
.float_l {
    float: left;
 	width: 100%;
}
.float_l .product_label {
    width: 295px;
    background: #fff;
    padding-bottom: 35px;
    border: solid 3px #1a58a4;
}
.float_l .product_label .title{
    height: 137px;
    width: 100%;
    position: relative;
    background: url("../images/product_label.png") center bottom no-repeat;
}
.float_l .product_label .title .p1{
    position: absolute;
    width: 100%;
    height: 137px;
    text-align: center;
    line-height: 116px;
    font-size: 66.5px;
    color: #ffffff;
    opacity: 0.08;
    text-transform:uppercase;
    font-family: fantasy;
    left: 0;
    top: 0;
    z-index: 1;
}
.float_l .product_label .title .p2{
    position: absolute;
    width: 100%;
    height: 137px;
    text-align: center;
    line-height: 116px;
    font-size: 36px;
    color: #ffffff;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: 600;
}
.product_label .list_dl{
    width: calc(100% - 50px);
    margin: auto;    
    padding-top: 21px;
}
.product_label .list_dt2{
    background: #1957A4;
    font-size: 16px;
    color: #ffffff;
    /*width: calc(100% - 80px);*/
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    margin-top: 10px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition:all 0.3s ease-in-out;
}
.product_label .list_dt2 p{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; color:#ffffff;
}
.product_label .list_dt2:hover{
    background: #fc930e;
}
.product_label #open{
    background: #fc930e;
}
.product_label .list_dd2{
    display: none;
    margin-left: 0;
    margin-top: 8px;
}
.product_label .list_dd2 ul{
    margin: 0;
    padding-left: 0;
    padding: 0 8px;
}
.product_label .list_li2{
    display: block;
    list-style-type: none;
    font-size: 14px;
    color: #666666;
    padding: 0 28px;
    height: 50px;
    line-height: 50px;
    border-bottom: dashed 1px #d4d4d6;
    cursor: pointer;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
    background: url("../images/product_icon.png") left 9px center no-repeat;
}
.product_label .list_li2:hover{
    color: #ff8400;
}
.product_label.list_dd2 .more{
    display: block;
    list-style-type: none;
    font-size: 16px;
    color: #0953c0;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-bottom: dashed 1px #d4d4d6;
    cursor: pointer;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.product_label .list_dd2 .more:hover{
    color: #ff8400;
}
@media screen and (max-width:1550px){
	.index-banner .swiper-slide img{object-fit:fill;}
 }